CO_GRAPH.ASC Title: A COPROCESSOR FOR A COPROCESSOR? Keywords: MAY91 GRAPHICS 34020 FLOATING POINT Source code for the article by Warren Davis and Kan Yabumoto that illustrates programming the TI 34020 graphics processor and its companion TI 34082 floating point unit. CO_DSP.ARC Title: ADDING THE POWER OF DSP TO YOUR APPLICATIONS Keywords: MAY91 DSP Source code that accompanies Jim Bittman's article illustrating how DSP code can speed up performance. Uses the FFT algorithm as an example. Code is in C and AT&T DSP assembler. Also see BITTMAN.ARC. BITTMAN.ARC Title: ADDING THE POWER OF DSP TO YOUR APPLICATIONS Keywords: MAY91 DSP Complete source code that accompanies Jim Bittman's article on DSP. This file includes all make files, DspHq files, batch files, etc. Compressed in ARC format. CO_NUM.ASC Title: GETTING NUMERIC COPROCESSORS UP TO SPEED Keywords: MAY91 MATH COPROCESSOR 80x87 WEITEK INTEL CYRIX Code fragments that show how Fortan-77 code is translated to assembly code for memory-mapped numeric coprocessors. GPIB-591.ASC Title: IMPLEMENTING THE GPIB Keywords: MAY91 EMBEDDED SYSTEMS GPIB DATA ACQUISITION Source code accompanying Don Morgan's article on the general- purpose instrumentation bus. This month he builds an embedded system around the TMS9914A chip and shows how to develop polled and interrupt driven routines for talking, listening, and generating an SRQ on the bus. PSEUDO.ASC Title: A FAST PSEUDO RANDOM NUMBER GENERATOR Keywords: MAY91 RANDOM NUMBERS C implementation of the r250 algorithm for fast pseudo random number generation. WIDGETS.ASC Title: MAKING SMALLTALK WITH WIDGETS Keywords: MAY91 SMALLTALK Source code accompanying Ken Ayers' article where he builds user interfaces using Widgets/V 286 as an add-on to Smalltalk/V 286. ARRAY.ASC Title: ARRAY BOUNDS CHECKING WITH TURBO C Keywords: MAY91 DOS EXTENDER BOUNDS CHECKING TURBO C Turbo C source code that accomanies Glenn Pearson's article on a technique for adding array bounds checking to Turbo C. C_PROG.ASC Title: C PROGRAMMING COLUMN Keywords: MAY91 C CUA/SAA Al launches his multi-part series based around D-Flat, a SAA/CUA compliant interface library for C. STUC_PROG.ASC Title: STRUCTURED PROGRAMMING COLUMN Keywords: MAY91 TURBO PASCAL I/O OBJECT-ORIENTED Jeff designs components of his communciations program using Turbo Pascal 6.0. GRAP_PR.ASC Title: GRAPHICS PROGRAMMING COLUMN Keywords: GRAPHICS ANTIALIASING CEG/DAC Michael continues his investigatation of Edsun's CEG/DAC graphics chip by writing antialiasing applications in C.